翻訳と辞書
Words near each other
・ Concerted madrigal
・ Concerted reaction
・ Concertgebouw
・ Concertgebouw de Vereeniging
・ ConcertHotels.com
・ Concerti Grossi, Op. 3 (Handel)
・ Concerti grossi, Op. 6 (Handel)
・ Concertina
・ Concertina (song)
・ Concertina model
・ Concertina movement
・ Concertina wire
・ Concertino
・ Concertino (composition)
・ Concertino (Janáček)
Conceptual graph
・ Conceptual history
・ Conceptual interoperability
・ Conceptual Love
・ Conceptual metaphor
・ Conceptual model
・ Conceptual model (computer science)
・ Conceptual necessity
・ Conceptual Party Unity
・ Conceptual photography
・ Conceptual physics
・ Conceptual proliferation
・ Conceptual schema
・ Conceptual semantics
・ Conceptual Spaces


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Conceptual graph : ウィキペディア英語版
Conceptual graph
Conceptual graphs (CGs) are a formalism for knowledge representation. In the first published paper on CGs, John F. Sowa used them to represent the conceptual schemas used in database systems. The first book on CGs applied them to a wide range of topics in artificial intelligence, computer science, and cognitive science.
Since 1984, the model has been developed along three main directions.
== A graphical interface for first-order logic ==
In this approach, a formula in first-order logic (predicate calculus) is represented by a labeled graph.
A linear notation, called the Conceptual Graph Interchange Format (CGIF), has been standardized in the ISO standard for common logic.
The diagram on the right is an example of the display form for a conceptual graph. Each box is called a concept node, and each oval is called a relation node. In CGIF, this CG would be represented by the following statement:
(Elsie ) (
*x
) (
*y
) (agent ?x Elsie) (location ?x ?y)
In CGIF, brackets enclose the information inside the concept nodes, and parentheses enclose the information inside the relation nodes. The letters x and y, which are called coreference labels, show how the concept and relation nodes are connected. In the Common Logic Interchange Format (CLIF), those letters are mapped to variables, as in the following statement:
(exists ((x Sitting) (y Mat)) (and (Cat Elsie) (agent x Elsie) (location x y)))
As this example shows, the asterisks on the coreference labels
*x and
*y in CGIF map to existentially quantified variables in CLIF, and the question marks on ?x and ?y map to bound variables in CLIF. A universal quantifier, represented @every
*z in CGIF, would be represented forall (z) in CLIF.
Reasoning can be done by translating graphs into logical formulas, then applying a logical inference engine.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Conceptual graph」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.